From 9a3049009e28123f1d3a4b3f4be8638513046232 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 1 Aug 2017 19:39:32 +0200 Subject: [PATCH] widget: Fix size_allocate's out_clip annotation --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index e5b76ba236..a479eda879 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1644,7 +1644,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) * @allocation: (type Gtk.Allocation): the region which has been * allocated to the widget. * @baseline: the baseline - * @out_clip: (type Gtk.Allocation): Return address for the widget's clip + * @out_clip: (out) (type Gtk.Allocation): Return address for the widget's clip */ widget_signals[SIZE_ALLOCATE] = g_signal_new (I_("size-allocate"), -- 2.30.2